home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / online / mm.old < prev    next >
Text File  |  1994-08-09  |  2KB  |  90 lines

  1. @echo off
  2. echo off
  3. rem
  4. rem Sample - Bible installed on CDROM z:\olb\bible
  5. rem          on hard drive at d:\bible
  6. rem
  7. rem $1 = z:\olb\bible
  8. rem $2 = not used
  9. rem $3 = version e.g. scholar in AV.OLD
  10. rem $4 = u=d:\bible
  11. rem $5 = d:\bible
  12. rem
  13. :begin
  14. if not %1%2%3%4%5%6%7%8%9x == x set olb=%1 %2 %3 %4 %5 %6 %7 %8 %9
  15. $5\choose 12 ONLINE BIBLE 6.12 Select Version Read Me Using Windows More Documentation UED Editor To Order
  16.    if errorlevel  9 goto A
  17. rem Read Me
  18.    if errorlevel  8 goto B
  19. rem Windows
  20.    if errorlevel  7 goto C
  21. rem Instruction Manual
  22.    if errorlevel  6 goto D
  23. rem Editor
  24.    if errorlevel  5 goto E
  25. rem To Order Documenation
  26.    if errorlevel  4 goto F
  27. goto END
  28. :A
  29.  if exist $5\mm0.bat $5\mm0
  30.  cls
  31.  echo:
  32.  echo No Versions Installed!
  33.  echo:
  34.  pause
  35.  goto begin
  36. :B
  37. rem Change Log
  38. $5\view $5\version.doc
  39. goto begin
  40.  
  41. :C
  42. rem Masochist Documentation
  43. $5\view $5\windows.doc
  44. if exist $1\windows\windows.doc $5\view $1\windows\windows.doc
  45. goto begin
  46.  
  47. :D
  48. $5\choose 12 "MORE DOCUMENTATION" "View Manual" "Print Manual" "File Compression Info"
  49. if errorlevel 9 $5\view $1\manual.doc
  50. if errorlevel 8 goto D1
  51. if errorlevel 7 $5\view $5\diet.doc
  52. goto begin
  53. :D1
  54. cls
  55. echo This manual contains no formatting information and is in pure ASCII
  56. echo format. It is included on this disk only to act as a temporary
  57. echo manual until you can order the latest manual from one of our
  58. echo international distributors.  It is not ideal for printing. See the
  59. echo To-Order option on the Mini-Menu for details on ordering an
  60. echo attractively printed and bound manual. In most countries the cost is
  61. echo about $6 and includes the latest install disk.
  62. pause
  63. $5\choose 12 "Print Manual" "Yes" "No"
  64. if errorlevel 9 copy $1\manual.doc prn
  65. goto begin
  66.  
  67. :E
  68. $5\choose 12 "USEFUL EDITOR" "Load UED editor" "Re-Configure UED editor"
  69. if errorlevel 9 $5\ued
  70. if errorlevel 8 $5\uedcfg
  71. goto begin
  72.  
  73. :F
  74. cls
  75. if exist $5\read.me2 $5\view $5\read.me2
  76. $5\view $5\to_order.doc
  77. goto begin
  78.  
  79. :END
  80. cls
  81. echo:
  82. echo:              ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  83. echo:              ▓▓█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█▓▓
  84. echo:              ▓▓█      Enter MM to re-start the Mini∙Menu      █░░
  85. echo:              ▓▓█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█░░
  86. echo:              ▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  87. echo:
  88. echo:
  89. echo:
  90.